@font-face {
    font-family: "Roboto Slab Regular";
    src: url("https://messenger.ngageics.com/Content/Fonts/RobotoSlab-Regular-webfont.eot");
    src: url("https://messenger.ngageics.com/Content/Fonts/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://messenger.ngageics.com/Content/Fonts/RobotoSlab-Regular-webfont.woff") format("woff"), url("https://messenger.ngageics.com/Content/Fonts/RobotoSlab-Regular-webfont.ttf") format("truetype"), url("https://messenger.ngageics.com/Content/Fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular") format("svg");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.liveChatFloatingButton, .liveChatFloatingButtonMobile, .liveChatFloatingButtonTop {
    background-color: #474747;
	-moz-border-radius-topleft: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 0;
	-moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	text-indent: 0;
	display: inline-block;
    color: #e8e8e8;
    font-family: Arial;
	font-size: 27px;
	font-weight: 700;
	font-style: normal;
	height: 52px;
	line-height: 52px;
	width: 190px;
    display: block; 
	padding: 0; 
	position: fixed; 
	left: -70px; 
	bottom: 45%; 
	z-index: 5000;
    text-decoration: none;
	text-align: center;
    -ms-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    border: 1px solid #dcdcdc;
}

.liveChatFloatingButton {
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
    -webkit-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
    border: 0;
    font-family: "Roboto Slab Regular";
    -webkit-box-shadow: 0 0 20px #333333;
    -ms-box-shadow: 0 0 20px #333333;
    box-shadow: 0 0 20px #333333;
}

@keyframes notificationBadge {
    100% {
        visibility: visible;
        -ms-opacity: 1;
        opacity: 1;
    }
}

.liveChatFloatingButton::after {
    -ms-opacity: 0;
    opacity: 0;
    visibility: hidden;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    content: "1";
    bottom: -.5em;
    right: -.5em;
    font-size: .7em;
    background: red;
    color: #fff;
    text-align: center;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-animation-name: notificationBadge;
    -moz-animation-name: notificationBadge;
    -ms-animation-name: notificationBadge;
    -o-animation-name: notificationBadge;
    animation-name: notificationBadge;
    -webkit-animation-delay: 7.5s;
    -moz-animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -o-animation-delay: 7.5s;
    animation-delay: 7.5s;
    -webkit-animation-duration: 0;
    -moz-animation-duration: 0;
    -ms-animation-duration: 0;
    -o-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.liveChatFloatingButtonMobile, 
.liveChatFloatingButtonTop, .liveChatFloatingButtonSpacer {
    width: 100%;
    border: 0;
    left: 0;
}

.ngageMobileContainer {
	position: relative;
	top: -6px
}

.ngageMobileText {
	font-size: 20px!important
}

.ngageMobileBar2 {
	font-size: 15px!important;
	padding: 4px 34px!important;
	margin-left: 18px!important;
	color: #fff
}

.liveChatFloatingButtonMobile {
    bottom: 0;
    font-family: 'Roboto Slab Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
	height: 45px
}

.liveChatFloatingButtonTop {
    color: #ffffff; 
    background-color: #474747;
    right: auto;
    bottom: auto;
    top: 0;
}

.liveChatFloatingButtonSpacer {
    height: 52px;
    background-color: transparent;
}

.liveChatFloatingButton:hover {
    background-color: #575757;
}